home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility1 / hlpdk40.zip / HLPDK.DOC < prev    next >
Text File  |  1993-04-29  |  28KB  |  593 lines

  1.  
  2.  ╔══════════════════════════════════════════════════════════════════════════╗
  3.  ║                                                                          ║
  4.  ║                                 ISoft D&M                                ║
  5.  ║                                 POB. 5517                                ║
  6.  ║                           Coralville IA 52241                            ║
  7.  ║                                   U.S.A                                  ║
  8.  ║                                                                          ║
  9.  ╚══════════════════════════════════════════════════════════════════════════╝ 
  10.  
  11. *******************************************************************************
  12. * HLPDK- Help Engine Dev. Kit : helpEng Doc V4.0                              *
  13. * LAST UPDATE - Apr. 29, 1993. (c) 1992,93 - Loewy Ron.                       *
  14. *******************************************************************************
  15.  
  16.  
  17.  
  18.         RL Help Engine.
  19.         
  20.         Help Compiler, Run-Time help engine and docs.
  21.  
  22.         Support for Dos & Windows.
  23.  
  24.         Supported Formats :
  25.  
  26.         Native, Win30, Win31, QuickHelp, THELP, TVHC, POPHELP, DESQview/X
  27.  
  28.         "Write Once, Help Many!"
  29.  
  30.                    
  31. *******************************************************************************
  32. *                                  File-List                                  *
  33. *******************************************************************************
  34.  
  35.  This package contains the following files :
  36.  
  37.  HELPENG.EXE    - Help Engine.
  38.  HELPC.EXE      - Help Compiler.
  39.  HLPDK.DOC      - This file.
  40.  HELPC.DOC      - Help Compiler documentation
  41.  HELPDEMO.HDF   - Demo Help Project.
  42.  2NDDEMO.HDF    - Demo Help Project - file 2.
  43.  HELPDEMO.HLP   - Demo Help Project file for Windows WINHELP. 
  44.  HLPDK.REG      - Registration file.
  45.  HLPDK.HDF      - Help Development Kit hypertext help database source.
  46.  HLPDK.HDT      - Help Development Kit help database file.
  47.  HLPDK.SET      - Help Development Kit help database file.
  48.  HLPDKTOP.*     - Help Development Kit help database files.
  49.  HLPDKLNK.*     - Help Development Kit help database files.
  50.  PROGRAMS.TXT   - ISoft D&M shareware products description.
  51.  
  52. *******************************************************************************
  53. *                                Why Register                                 *
  54. *******************************************************************************
  55.  
  56.   The Help Engine Development Kit (HLPDK) is a shareware product, 
  57.  if you find this product valuable, please register it. 
  58.  This section describes the reasons you should register.
  59.  
  60.   By registering you will receive a complete discussion
  61.  of the help engine features, and many examples of usage. You will receive a 
  62.  diskette with the latest HLPDK version, and DPMI (dos protected mode)
  63.  versions of the help compiler and engine!.
  64.  
  65.   Your registration will help us to create the next versions of HLPDK, that
  66.  will include more options, and features, some of them might even be your
  67.  enhancement requests!.
  68.  
  69.   A point to consider - If you want to create Windows Help source files,
  70.  you will have to purchase a word processor that can output RTF files,
  71.  the WORD for Windows 2.0 package, for example, is listed at around $500!.
  72.  
  73. *******************************************************************************
  74. *                                  What's New                                 *
  75. *******************************************************************************
  76.  
  77.   Version 4.0
  78.  
  79.         - Help Source Generation is much faster in this version, when the
  80.           target is NOT the native format, and no Report is generated.
  81.  
  82.           In this case, helpC storage requirements will be much
  83.           smaller as well, because no paradox topic and link tables will
  84.           be created during the compile phase.
  85.  
  86.           Please notice that if POPHELP is the target, a temporary paradox
  87.           table will still be created, during pass 1 pre-processing, pass 2
  88.           however, will be much faster than what it was before.
  89.  
  90.           Compiling the hlpdk source on my 33MH 486 computer using 
  91.           helpc hlpdk /w30 /r- 
  92.           takes 1.76 sec. in V3.1 Vs. 5.23 sec. in V3.0.
  93.  
  94.         - Added the .PARAGRAPH .. .-END-PARAGRAPH paragraph markers in the
  95.           topic text section of the .HDF language. Use this feature to 
  96.           create long paragraphs that will be wrapped as one paragraph when
  97.           the help window is resized by the user. This feature is currently 
  98.           supported for winHelp code generation only.
  99.  
  100.           Please refer to the HELPC.DOC file for further discussion of this
  101.           text formatting feature.
  102.  
  103.         - Updated To Paradox Engine 3.01.
  104.  
  105.         - For easier development the .TOP and .ENDTOP commands are equivelent
  106.           to the .TOPIC and .END-TOPIC commands.
  107.  
  108.         - If no data file name is given to the helpC compiler, the set name
  109.           with target specific extention is given instead of the default
  110.           name given in previous versions.
  111.  
  112.         - If the help topics and link names are not specified, names that are
  113.           derived from the set name are given in this version, instead of the
  114.           default names that were given in previous versions.
  115.  
  116.         - Added support for long topic names, that include spaces in them.
  117.           Please refer to the HELPC.DOC file, regarding the /ST switch.
  118.  
  119.         - Added DESQview/X code generation support. Please refer to the 
  120.           HELPC.DOC File for the /XD+ HELPC Switch. In order to compile
  121.           the generated source you will have to use MDVXHELP, by 
  122.           Daniel J. Bodoh, that can be found in the file DVXHLP10.ZIP in
  123.           the DV-X directory on SIMTEL20, and probably some other places
  124.           on the internet, and other networks.
  125.  
  126.         - When generating code to THELP source format, the helpC compiler
  127.           will issue a warning when an illegal HL link (topic) name is 
  128.           found, and will automatically convert this identifier to a name
  129.           that is supported by the HL compiler.
  130.  
  131.         - Added the .PCFONT command to the HDF syntax - use this command
  132.           to set the font used in the generated RTF file for WinHelp V3.x
  133.           to a terminal font. (By default a proportional font is used). 
  134.           If you convert your help database that uses PC special characters,
  135.           and you want to preserve these characters in the windows version, 
  136.           use this statement.
  137.           This command has no effect on targets that are different from
  138.           windows winHelp formats.
  139.  
  140.         - When comiling to winhelp format, character with ordinal number 
  141.           bigger than 127 will be translated using the RTF override
  142.           mechanism. The "Famous" HC31 problem is over.. . (This solution
  143.           was offered by Mr. Lars Fosdal.)
  144.  
  145.         - When generating to winHelp Target, TAB characters are translated
  146.           to rtf \tab commands. For other targets no TAB translation is 
  147.           performed. It is advised that you set your editor to fill spaces
  148.           when a tab is inserted.
  149.  
  150.         - Added the /CS switch to the helpC compiler. Using this switch 
  151.           topics and links can be set to be case sensative. It is not advised
  152.           to use this switch, unless you want to create lower case indexes
  153.           in a help engine such as POPHELP or THELP. Please notice - setting
  154.           this switch to ON (+) can break help databases that used to compile
  155.           fine. Use With Care!. (By default case sensativity is set to off).
  156.  
  157.         - The HELPENG help engine can now handle topics with up to 500 lines,
  158.           vs. 125 in the previous version.
  159.  
  160. *******************************************************************************
  161. *                                Introduction                                 *
  162. *******************************************************************************
  163.  
  164.   The Help Engine Development Kit is a system that allows you to create 
  165.  hyper-text database help systems with topics and hot links, using a simple
  166.  text editor and the help compiler. 
  167.  
  168.   The help databases can be distributed (free of charge) with the HELPENG
  169.  help engine display program. 
  170.  
  171.   If you own the Paradox Engine you can use the help databases with your
  172.  own programs. 
  173.  
  174.   The helpC compiler that is part of this development kit includes the
  175.  ability to create Windows Help source files from the same source the 
  176.  dos help sources are created!. Write your help once, and create help
  177.  databases for Dos, Windows and DESQview/X !
  178.  
  179.   Contact ISoft D&M if you want to purchase the WINTEXT UI library for 
  180.  Turbo Pascal programs, and use the help engine window in your pascal
  181.  programs.
  182.  
  183. *******************************************************************************
  184. *                                    Setup                                    *
  185. *******************************************************************************
  186.  
  187.   Copy the files in this package to a directory of your choice.
  188.  
  189. *******************************************************************************
  190. *                                 Quick Start                                 *
  191. *******************************************************************************
  192.  
  193.   From the command line enter HELPC HELPDEMO to compile the demo help database.
  194.  
  195.   After the compilation process is ended, enter HELPENG HELPDEMO to browse the
  196.  demo help database.
  197.  
  198.  If you want to compile for windows :
  199.  
  200.  from the command line enter HELPC HELPDEMO /W31
  201.  and after that HC31 HELPDEMO
  202.  (HC31 is the Microsoft Help Compiler)
  203.  from windows, open the HELPDEMO.HLP file from the windows help engine.
  204.  (Notice - if you do not have the HC help compiler from windows, we have
  205.   included a compiled version of HELPDEMO (HELPDEMO.HLP) so you will be
  206.   able to feel the quality of the output that can be generated, and decide
  207.   if you want to purchase the HC31 program (Included with the SDK, BC++, 
  208.   TPW, BP and probably some other packages), or download it from one of the 
  209.   sites Microsoft had uploaded it to).
  210.  
  211.  If you use windows 3.0, or want your help file to be compatible with
  212.  winHelp 3.0 use :
  213.         HELPC /W30 HELPDEMO
  214.         HC HELPDEMO
  215.  
  216.  To compile for THELP use : 
  217.         HELPC /TH+ HELPDEMO
  218.         HL -x -e100 -p -i -oHELPDEMO.TPH HELPDEMO.HL
  219.  
  220.  To compile for QuickHelp : 
  221.         HELPC /QH+ HELPDEMO
  222.         HELPMAKE -e15 -oHELPDEMO.QH HELPDEMO.SRC
  223.  
  224.  To compile for TVHC :
  225.         HELPC /TV+ HELPDEMO
  226.         TVHC HELPDEMO.TXT
  227.  
  228.  To compile for POPHELP :
  229.         HELPC /PH+ HELPDEMO
  230.         MAKEHELP /Q HELPDEMO
  231.  
  232.  To compile for DESQview/X
  233.         HELPC /XD+ HELPDEMO
  234.         MDVXHELP HELPDEMO.HLP @HELPDEMO.LST
  235.         COPY HELPDEMO.HLP d:\DVX\HELP
  236.  
  237. *******************************************************************************
  238. *                                  Operation                                  *
  239. *******************************************************************************
  240.  
  241.   To start the help engine program enter HELPENG on the command line, and 
  242.  choose the help database you want to view from the list box. Use the Tab key
  243.  to cycle between hot-link words, and press Enter to go to that link.
  244.  
  245.   If you know the name of the SET file of the database you want to activate, you
  246.  can enter it on the command line, and the help engine will display it.
  247.  
  248.   If you have a mouse, you can use it to point at the hi-lighted links, and 
  249.  activate them by pressing the left mouse button.
  250.  
  251.   Press the ALT-T key combination to choose from a list of TOPICS in the 
  252.  database, Press ALT-B to go back to the previous displayed TOPIC, Press
  253.  ALT-X to exit the help engine.
  254.  
  255.   The exit command can be given by pressing the right mouse button.
  256.  
  257.   To create a new help database please refer to the HELPC documentation
  258.  file.
  259.  
  260. *******************************************************************************
  261. *                                  Warranty                                   *
  262. *******************************************************************************
  263.  
  264.   There is no warranty what so ever, The package is supplied as is,
  265.  The distributor (ISoft D&M), or the author (Loewy Ron), are not, 
  266.  and will not be responsible for any damages, lost profits, 
  267.  or inconveniences caused by the use, or inability to use this package. 
  268.  The use of the program is at your own risk. 
  269.  By using (or attempting to use) the package you agree to this.
  270.  
  271. *******************************************************************************
  272. *                                   General                                   *
  273. *******************************************************************************
  274.  
  275.   HLPDK is distributed by ISoft D&M, P.O.B. 5517 CORALVILLE IA 52241, U.S.A.
  276.  
  277.   HLPDK is (c) copyrighted by Loewy Ron, 1992, 93.
  278.  
  279.   HLPDK is a shareware program, please register your copy. 
  280.   To register your copy of HLPDK please refer to the supplied
  281.   HLPDK.REG file. 
  282.  
  283.   Other programs distributed by ISoft D&M are described in the supplied  
  284.   PROGRAMS.TXT file.
  285.  
  286.  
  287. *******************************************************************************
  288. *                                   Contact                                   *
  289. *******************************************************************************
  290.  
  291.   Please contact :
  292.  
  293.   ISoft D&M,  
  294.   P.O.B 5517
  295.   Coralville IA 52241,
  296.   U.S.A
  297.  
  298.   To contact the author directly : 
  299.  
  300.   Contact :     Loewy Ron,
  301.                 9 Haneveem st.
  302.                 Herzeliya, 46465
  303.                 ISRAEL.
  304.  
  305.   e-mail address : CompuServe - 100274,162
  306.  
  307. *******************************************************************************
  308. *                              Trouble Shooting                               *
  309. *******************************************************************************
  310.  
  311.   If you receive some kind of an error message while using the help development
  312.  kit please refer to this section.
  313.  
  314.  tableOps: xxxx error message :
  315.  This message is generated by the Paradox Engine if an internal error occurs,
  316.  if you receive a message that is not understood (e.g. Table is busy), 
  317.  please try one of the following :
  318.  1. Try running the Help Compiler or the Help Engine with another input and 
  319.     notice if the problem exists, if it does, turn to the next entry,
  320.     otherwise try to see what the difference between the inputs is.
  321.  2. Check your free memory, try to move some TSR's from memory, or use the
  322.     protected mode compiler/engine available with the registered version.
  323.  3. Check if you have loaded dos SHARE program, it is advised to use SHARE
  324.     with programs that use the Paradox Engine. If you receive a table busy
  325.     error, try to see if you have another program that uses the same table 
  326.     in another session (Windows/DESQview etc..).
  327.  4. PANIC - Please contact the distibuter/author for additional help.
  328.  
  329.  Microsoft's HC31 help compiler will generate a error in RTF file error :
  330.  1. Re-compile using HELPC 4.0+. This should solve the problem, if the problem
  331.     still exists - please try steps 2 and 3, and notify the author. 
  332.  2. Use a binary disk editor to look at the character at the position x - 1
  333.     in the RTF file (where x is the error position reported by HC31).
  334.  3. Try to replace that charqacter from a special PC oem character to a 
  335.     "standard" ascii character (such as *). If the problem still occurs,
  336.     please contact ISoft D&M/The author, otherwise - you probably came 
  337.     accross a character that HC31 can not handle. In that case - try using
  338.     HC300b (the one that generates winHelp 3.0 format), or delete these 
  339.     characters from your source HDF file.
  340.  
  341.  Borland's HL help linker will generate a FE02: Out Of Memory error :
  342.  1. Re-compile using HELPC V3.0+, to include ;INDEX directives after the
  343.     screen's definitions.
  344.  
  345.  Borland's HL help linker will complain about undefined context numbers.
  346.  1. You probably have a contents.h file in the current directory, that hl
  347.     tries to use to bind the help topics to Borland's IDE on-line help,
  348.     try renaming this file, and re-compile with HL.
  349.  
  350.   We have encountered some users that ran into problems, because they did 
  351.  not use the dos SHARE program. We advise that you will always load the 
  352.  SHARE program in your AUTOEXEC.BAT file.
  353.  
  354. *******************************************************************************
  355. *                                   History                                   *
  356. *******************************************************************************
  357.  
  358.  
  359.   Version 1.0 
  360.  
  361.         - First Version, Written for TXS V3.0 help system, 
  362.           and generalized.
  363.  
  364.   Version 1.1
  365.  
  366.         - The Help Engine ALT-X (EXIT) command restores the screen
  367.           upon termination.
  368.  
  369.         - Added /R switch for the helpC help compiler.
  370.  
  371.         - From this version the helpC compiler can generate source
  372.           files for the Microsoft help compiler (HC) from the
  373.           SAME source .HDF). If the /w+ switch is specified,
  374.           the helpC compiler will create a .HPJ and .RTF files
  375.           to create the Windows .HLP file.
  376.  
  377.         - Includes a compiled version of the help demo database for
  378.           Windows WINHELP program. (View this if you do not have the
  379.           Microsoft HC Windows Help Compiler, to see the output that
  380.           can be generated with the helpC compiler, as a source to the 
  381.           HC compiler.
  382.  
  383.   Version 1.2
  384.  
  385.         - Windows RTF files will now display special characters ({, }, \),
  386.           by prefixing them with the RTF over-ride character (\), when the
  387.           /W+ switch is given to the helpC compiler.
  388.  
  389.         - helpC and helpEng were converted from TP6 to BP7.
  390.  
  391.         - The help engine and help compiler use the Paradox Engine V3.0 from
  392.           this release. (No need to keep your old PXENGINE.OVL file anymore).
  393.  
  394.         - Added the /W30 and /W31 switches to the helpC compiler. Use these
  395.           switches to set the output for the HC30 and HC31 Microsoft Windows
  396.           help compilers.
  397.  
  398.         - The help window scroll bars are are shown after a link is executed.
  399.           (A bug fix).
  400.  
  401.         - Added "Trouble Shooting" section to this document.
  402.  
  403.         - helpC and helpEng have DPMI versions to handle large projects.
  404.           (Available only with the registered version).
  405.  
  406.   Version 2.0
  407.  
  408.         - The help engine will display a new topic from the first line, and
  409.           not from the place that shows the current active link.
  410.  
  411.         - The help window in the help engine program can now be scrolled to
  412.           regions of the help topic, that do not include the current, or
  413.           any link.
  414.  
  415.         - A mouse click on a link, when the left-column is not 1 is recognized
  416.           as it should be.
  417.  
  418.         - The helpC help compiler will recognize .TOPIC and .END-TOPIC as
  419.           topic declaration keywords, as well as the .ENTRY and .END-ENTRY
  420.           that were used until this version.
  421.  
  422.         - The help topic table has a new field in it - the title field, using
  423.           this field you can specify the title of the help window, when it
  424.           displays a topic. Because of this field, databases created with
  425.           older versions of the help development kit will have to be 
  426.           re-compiled. (Please refer to HELPC.DOC).
  427.  
  428.         - The helpC help compiler will accept .TITLE keyword after the
  429.           .ENTRY (.TOPIC) line, to define a title to a topic window.
  430.  
  431.         - Added support for Microsoft Quick Help sources, and Borland THELP
  432.           sources generation.
  433.  
  434.         - The helpC compiler will translate ~~ in the source help definition
  435.           into a ~ sign in the help database. (In versions 1.x you could not
  436.           include the ~ sign in your help output text).
  437.  
  438.         - The help engine will except ALT-B as the go-back short-cut - to
  439.           display the previous help screen.
  440.  
  441.   Version 2.1 
  442.  
  443.         - I received several complaints that the HC31.EXE winHelp help compiler
  444.           does not work, and aborts at a specific place (byte 0x122) on the 
  445.           RTF file created by running HELPC /W31 HLPDK. It seems that for some
  446.           reason the HC31 compiler is not able to process all of the ascii 
  447.           characters. The ╔ character that appeared in byte offset 0x121
  448.           caused the HC31 compiler to abort. I do not know why this is 
  449.           a problem, I will try to investigate, and if I can not come with an
  450.           answer - I will try to contact microsoft (hey folks - they wrote it)
  451.           and find out. In the mean while - the HLPDK.HDF file provided with
  452.           this package - can be compiled by the HC31 compiler.
  453.  
  454.         - I have noticed that not all of the .HL files generated for THELP
  455.           users work. I must admit I can not find the reason, I will continue 
  456.           to investigate. I must admit it looks like a problem with the HL
  457.           docuimentation I have. In the mean while - please continue to
  458.           investigate the help development kit, and inform me of any 
  459.           other problems you face with it.
  460.  
  461.         - You can contact me (NEW NEW NEW) on my NEW (did I say that ..)
  462.           Compuserve Address : 100274,162
  463.           from internet that is : 100274.162@compuserve.com . 
  464.           Please send any enhancement requests, bug reports or other things - 
  465.           I'm currently in the process of planning the next major version,
  466.           and any input will be helpful.
  467.  
  468.         - QH (quickHelp) files will now display backslash characters that 
  469.           appear in the source file, by pre-fixing them with the over-ride 
  470.           character (\), when the /QH+ switch is given to the helpC compiler.
  471.  
  472.         - QH (quickHelp) links will now be visible, even when they are not
  473.           hi-lighted. These links will appear in BOLD face, by using the \b
  474.           bold source command.
  475.  
  476.         - For people interested in the HC help compiler - If you do not have
  477.           it in your development package (I was told that visual basic 
  478.           standard edition does not include it), you can download the 
  479.           3.0b version from CICA, in the winword directory.
  480.  
  481.         - NEW - Added TVHC Support - Use the /TV+ switch to create TVHC sources,
  482.           that you can compile using your version of TVHC (PASCAL or C++).
  483.  
  484.   Version 3.0
  485.  
  486.         - The THELP code generation was improved to support HL v6.10 that
  487.           comes as part of the Borland Pascal Open Architecture package.
  488.           Because of this change the following things should be noted :
  489.           1. The source screens inlude a ;INDEX directive, so HL will
  490.              not abort on FE02: Out Of Memory errors.
  491.           2. A new dummy screen that is needed for Borland Pascal IDE
  492.              is generated as the first screen in the soure .HL code.
  493.              You MUST compile the generate code using HL's -e switch,
  494.              specifing a number which is bigger then 1. HL will always
  495.              issue one error message - that screen DUMMY is not referenced,
  496.              this error should be ignored, the resulting .TPH/.TCH file
  497.              will be a valid THELP and IDE help file.              
  498.           3. HL V6.0 should still work, with better results, becasue the
  499.              Out Of Memory errors should be eliminated as well. (Do remeber
  500.              to use the -e switch with a value > 1).
  501.  
  502.         - The .TITLE directive cause titles to be generated for THELP
  503.           source now.
  504.  
  505.         - Added the .LINKCOLOR and .LINKHIGH commands in the Help Definition
  506.           File (.HDF) - that set the color of links in "normal" and 
  507.           hi-lighted states. This feature is relevant only when compiling
  508.           to native paradox engine (Help Engine) format.
  509.  
  510.         - Added the .INCLUDE commands to the .HDF specifications. Use this
  511.           help definition file command to create complex help projects that
  512.           are composed from multiple .HDF source files.
  513.  
  514.         - The helpC program will abort with an error message if no .end-topic 
  515.           command was supplied to the last topic in a .HDF file.
  516.  
  517.         - Added the ALT-T Topic Index command to the Help Engine. Use ALT-T
  518.           to display and choose from a list of all the topics in the help
  519.           database. For ease of use the topics are displayed with their titles.
  520.  
  521.         - Upon user's request - The ALT-X command will not have to be confirmed
  522.           by a TAB in order to exit the Help Engine.
  523.  
  524.         - Added support for the Search facility of WinHelp V3.x. From now on
  525.           the search button of windows help engine will display the list of
  526.           topic titles available in the help database.
  527.  
  528.         - Added the .FIXEDFONT command to the HDF syntax - use this command
  529.           to set the font used in the generated RTF file for WinHelp V3.x
  530.           to a fixed font. (By default a proportional font is used). If you
  531.           find that your help databases are not aligned after they are 
  532.           converted to winHelp format, use this command and re-compile.
  533.           This command has no effect on targets that are different from
  534.           windows winHelp formats.
  535.  
  536.         - The helpC compiler was converted to perform multiple passes on the
  537.           input data, if these passes are needed.
  538.  
  539.         - The maximum topic name length was expanded to 40 characters - this
  540.           means that V2.x help databases will have to be re-compiled for
  541.           this version.
  542.  
  543.         - Maximum Text displayed for a link was expanded to 60 characters.
  544.  
  545.         - The ALT-B HelpEng command has been enhanced to return to the position
  546.           viewed last.
  547.  
  548.         - Added POPHELP Source Generation. Use the helpC /PH+ parameter to
  549.           create source that can be used by TurboPower Software's makehelp
  550.           program - to create a pophelp .HLP file.
  551.  
  552.         - When generating code to winHelp source format, the helpC compiler
  553.           will issue a warning when an illegal HC link (topic) name is 
  554.           found, and will automatically convert this identifier to a name
  555.           that is supported by the HC compilers.
  556.  
  557. *******************************************************************************
  558. *                                   Credits                                   *
  559. *******************************************************************************
  560.  
  561.   HELPENG, HELPC were written using Turbo Pascal 6.0, and Borland Pascal 7.0,
  562.   Paradox Engine 2.0, and Paradox Engine 3.0, 3.01. 
  563.   (Trademarks of Borland International).
  564.  
  565.   Windows, Microsoft, HC and Quick Help are trademarks or copyrights
  566.   of Microsoft Corp.
  567.  
  568.   The HELPENG program was written using the WINTEXT UI library, 
  569.   (c) 1991,93 Loewy Ron.
  570.  
  571.   THELP, HL and TVHC are Trademarks or copyrights Borland International.
  572.  
  573.   TVHC support, and other ideas were suggested by MunLeong Chan.
  574.  
  575.   POPHELP is a copyright of TurboPower Software.
  576.  
  577.   Parts of the Help Engine were generated using Ron Loewy's WTGEN CASE code
  578.   generator.
  579.  
  580.   Yaniv Golan helped me with beta-testing and debugging.
  581.  
  582.   John Murphy notified me of the paragraph formtting difficulties that
  583.   lead to the .PARAGRAPH .END-PARAGRAPH formatting capabilities.
  584.  
  585.   DESQview/X is a trademark of Quarterdeck Office Systems.
  586.  
  587.   MDVXHELP is a copyright (1992) of Daniel J. Bodoh. I have used his
  588.   excelent documentation of DESQview/X help format to generate code
  589.   to this environment.
  590.  
  591.   The HC31 problem with characters with ordinal values biggen than 127
  592.   was solved thanks to Mr. Lars Fosdal of Norway.
  593.